EditableMovie.SaveOnClose

If True, the EditableMovie will update and save the file when it goes out of scope (as in prior versions of REALbasic). If False, no updates to the EditableMovie's file will occur unless you call the CommitChanges method.

Syntax

SaveOnClose( Boolean ) as


Parameters

Boolean